Skip to main content

Feeds

To launch Feeds screen fragment, just call MeetingDoctorsClient’s launchFeedsFragment(activity: AppCompatActivity, @IdRes frameLayoutContainer: Int, screenToShow: String, deeplinkParam: String, currentFragment: Fragment?): Fragment?

Params:

  • activity: Activity where you want load the fragment
  • frameLayoutContainer: Your fragment container
  • screenToShow: ""
  • deeplinkParam: ""
  • currentFragment: If you want to hide your current fragment and show the Feeds fragment, put here your current fragment (To save the fragment instance). If you want to replace the fragment ignore this param.